home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 6: Level 6 / 17 Bit - Level 6 (1998)(Epic Marketing)[!].iso / quartz / q0919.dms / q0919.adf / man / Install < prev    next >
Text File  |  1997-04-10  |  3KB  |  83 lines

  1.  
  2.  
  3.  
  4.              Install(V1.3, 2.x, 3.x in C:)
  5.  
  6.  
  7.  
  8.      NAME
  9.             Install - Do the magic which makes a disk bootable.
  10.  
  11.      SYNOPSIS
  12.             Install Drive NOBOOT CHECK
  13.  
  14.      DESCRIPTION
  15.             This command should be used on all formatted floppy 
  16.         disks that you might wish to startup the system with.  
  17.  
  18.             INSTALL adds the minimum amount of information to 
  19.         make that disk bootable. If a blank disk is INSTALLed it 
  20.         will bring up the AmigaDOS prompt, but that's it. To 
  21.         invoke any AmigaDOS commands the entire path to that file 
  22.         must be included.
  23.  
  24.             If you boot with the INSTALLed disk, it becomes the 
  25.         Sys: directory.
  26.  
  27.             If you use INSTALL on a non-Amiga formatted disk, or 
  28.         one with a custom boot-block, you will probably destroy 
  29.         that disk. So, be careful how you use this command.
  30.  
  31.             The drive specified may be one of DF0:, DF1:, DF2: or 
  32.         DF3:.
  33.  
  34.      OPTIONS
  35.           CHECK
  36.             This option checks to see if a disk is bootable, and 
  37.         if standard bootblock code is installed on the disk.  For 
  38.         use in script files, if the disk is bootable and contains 
  39.         standard bootblock code, the error code is set to zero, 
  40.         otherwise, the error code is set to WARN.
  41.  
  42.           NOBOOT
  43.             This option removes any bootblock from a DOS disk, 
  44.         and may also be used to make a non-DOS diskette readable 
  45.         as a DOS diskette. This can be used to get rid of 
  46.         unwanted information (aka Virus's) that may be hanging 
  47.         out on your diskette.
  48.  
  49.           FFS
  50.             The disk will usually be given the boot block 
  51.         associated with that particular file system (OFS- Old 
  52.         File System for 1.3 or FFS- Fast File System for 
  53.         2.x/3.x). This will force your system to install an FFS 
  54.         disk in Workbenches under 2.1. After and including 2.1 
  55.         you are unable to force an FFS disk on an OFS only 
  56.         system.
  57.  
  58.  
  59.           SINGLE DISK DRIVE WARNING!!!
  60.  
  61.             If you're not careful with your this program you can 
  62.         ruin your Workbench disk. Here's how to INSTALL a disk on 
  63.         a single drive system.
  64.  
  65.             You will not be prompted to enter the disk after you 
  66.         type INSTALL. So, this makes using INSTALL on single disk 
  67.         systems very dangerous. Normally, your C: directory will 
  68.         be assigned to the Sys: disk in df0:. So, if you insert 
  69.         the Workbench disk in df0: then type INSTALL ?, you will 
  70.         then get a command template that looks like this: 
  71.         DRIVE/A. Now, eject your Workbench disk then put in the 
  72.         one you wish to install and  then type DF0: after the 
  73.         template then return. Now, the disk you wanted to install 
  74.         will be installed. 
  75.  
  76.  
  77.           EXAMPLES
  78.  
  79.             1. To install a boot file on the disk in df2:
  80.  
  81.                 INSTALL DRIVE df2:
  82.             
  83.